go/types.Checker.op (method)

3 uses

	go/types (current package)
		expr.go#L74: func (check *Checker) op(m opPredicates, x *operand, op token.Token) bool {
		expr.go#L200: 	if !check.op(unaryOpPredicates, x, e.Op) {
		expr.go#L1136: 	if !check.op(binaryOpPredicates, x, op) {